toggle menu
JxBrowser
8.2.1
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.plugin.callback
/
[jvm]PluginsSyncCallback
Plugins
Sync
Callback
public
interface
PluginsSyncCallback
<
P
,
R
>
implements
PluginsCallback
,
SyncCallback
<
P
,
R
>
A common interface for all synchronous plugin service callbacks must extend.
Inheritors
AllowPluginCallback
Members
Functions
on
Link copied to clipboard
@
CheckForNull
(
)
public
abstract
R
on
(
P
params
)
Invoked when the callback needs a response of type
R
that may be determined based on the provided callback parameters.